LEADTOOLS Medical (Leadtools.Dicom.Server.Admin assembly)
LEAD Technologies, Inc

SendMessage(String,Object[]) Method






The name of the message to send.
The extra data to send along with the message.
Sends a message to the DICOM Service.
Syntax
public void SendMessage( 
   string Message,
   params object[] data
)
'Declaration
 
Public Overloads Sub SendMessage( _
   ByVal Message As String, _
   ByVal ParamArray data() As Object _
) 
'Usage
 
Dim instance As DicomService
Dim Message As String
Dim data() As Object
 
instance.SendMessage(Message, data)
public void SendMessage( 
   string Message,
   params object[] data
)
 function Leadtools.Dicom.Server.Admin.DicomService.SendMessage(String,Object[])( 
   Message ,
   data 
)
public:
void SendMessage( 
   String^ Message,
   ... array<Object^>^ data
) 

Parameters

Message
The name of the message to send.
data
The extra data to send along with the message.
Remarks
The Leadtools.Dicom.Server.Admin.DicomService.Message event will be generated when a response is received. The service needs to be running before it can accept messages.
Example
For an example refer to InstallService
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomService Class
DicomService Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Server.Admin requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features